From 7142b8658650213e41af2cc4e060032338ebc5e0 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Wed, 16 Apr 2008 20:51:13 +0000 Subject: [PATCH] Remove usage of deprecated function, thanks to Siebrand for reporting it. --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 5e324bba4e..f08cff04f1 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -267,7 +267,7 @@ class Skin extends Linker { $out->out( $this->bottomScripts() ); - $out->out( $out->reportTime() ); + $out->out( wfReportTime() ); $out->out( "\n" ); wfProfileOut( __METHOD__ ); -- 2.20.1